home *** CD-ROM | disk | FTP | other *** search
- -- Part of SmallEiffel -- Read DISCLAIMER file -- Copyright (C)
- -- Dominique COLNET and Suzanne COLLIN -- colnet@loria.fr
- --
- class ANY
- --
- -- Project-wide universal properties.
- -- This class is an ancestor to all developer-written classes.
- -- ANY inherits from PLATFORM, itself an heir of GENERAL, and may be
- -- customized for individual projects or teams.
- --
-
- inherit GENERAL;
-
- end -- ANY
-